ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelect<T> Class / FilterInputPlaceholder Property

In This Topic
    FilterInputPlaceholder Property (MultiSelect<T>)
    In This Topic
    Gets or sets the string used as a placeholder for the filter input element on the drop-down.
    Syntax
    'Declaration
     
    Public Property FilterInputPlaceholder As String
    public string FilterInputPlaceholder {get; set;}
    See Also